CanOpenSetting Class

Represents the settings of CANopen devices.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.ModuleConfiguration
    IntervalZero.KINGSTAR.Base.CanOpenSetting

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class CanOpenSetting : ModuleConfiguration
Public Class CanOpenSetting Inherits ModuleConfiguration

 

The CanOpenSetting class exposes the following members.

Constructors

  Name Description
CanOpenSetting Initializes a new instance of the CanOpenSetting class.

Properties

  Name Description
CanId The CANopen ID of the device.
RxPdos Receives the process data objects descriptions.
SdoCommands The descriptions of start-up SDO commands.
TxPdos Transmits the process data objects descriptions.

See also

ModuleConfiguration Class

IntervalZero.KINGSTAR.Base Namespace